ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence Namespace / SnapshotSerializer Class / Load Method / Load<T>(Stream) Method
Snapshot Type
Input strem

In This Topic
    Load<T>(Stream) Method
    In This Topic
    Loads report snapshot
    Syntax
    'Declaration
     
    Public Overloads Shared Function Load(Of T)( _
       ByVal input As Stream _
    ) As T
    public static T Load<T>( 
       Stream input
    )

    Parameters

    input
    Input strem

    Type Parameters

    T
    Snapshot Type

    Return Value

    Snapshot of specified type T
    See Also